home *** CD-ROM | disk | FTP | other *** search
- ; MENU LIBRARY FOR PSMENU_D
- ; -------------------------
- ;
- ; Lines starting with semi-colons (like this one) are ignored.
- ;
- ; Each menu name has a colon in column one (e.g. :MENU)
- ; A control line has a slash in column one (e.g. /DOS)
- ;
- ; If you are using PSMENU in conjunction with a program designed by
- ; Pinnacle Software, we have reserved save positions 49-99 for you.
- ; That is to say, none of our applications will use positions 49-99.
- ; For details about save positions, type PSMENU /? at the DOS prompt.
- ;
- ; To experiment with this menu library, try the following commands at
- ; the DOS prompt:
- ;
- ; PSMENU_D START START 1
- ; PSMENU_D START MANUAL 1
- ; PSMENU_D START LICENSE 1
- ;
- ;==========================================================================
- ;
- ; PSMENU is Copyright (C) 1996 by Pinnacle Software (Phone 514-345-9578).
- ; You may use PSMENU free of charge if you own or are evaluating one of
- ; our products. You may also use it in your own commercial or in-house
- ; product. Type PSMENU_D at the DOS prompt for copyright restrictions.
- ;
- ;==========================================================================
- ;
- ; CONTROL LINES
- ; -------------
- ;
- ; The /DOS control code sets menu colors for the DOS version of PSMENU.
- ; /DOS can be inserted at the top of the file (in which case it acts as
- ; the default), or it can be included "inline", just after the menu label
- ; to which it applies.
- ;
- ; The control codes are as follows:
- ;
- ; CODE DEFAULT MEANING
- ; ---- ------- -------
- ; HSF Wht Foreground color for highlighted selection and title lines
- ; HSB Blk Background color for highlighted selection item
- ; NSF Cyn Foreground color for non-selected item
- ; BXF Blu Foreground color for box
- ; BXB Grn Background color for box, title and non-selected items
- ; DTF Brn Foreground color for desktop
- ; DTB Blu Background color for desktop
- ;
- ; The color codes are as follows:
- ;
- ; COLOR CODE COLOR CODE
- ; ------------- ----- ------------- -----
- ; Black Blk Dark Grey DkGry
- ; Blue Blu Light Blue LtBlu
- ; Green Grn Light Green LtGrn
- ; Cyan Cyn Light Cyan LtCyn
- ; Red Red Light Red LtRed
- ; Magenta Mag Light Magenta LtMag
- ; Brown Brn Yellow Yel
- ; Light Grey LtGry White Wht
- ;
- ; Colors in the second column can not be used as background colors.
- ; If you attempt to use them as such, they will be converted to the
- ; corresponding background color (e.g. Light Blue becomes Blue).
- ;
- ; Case is not important (e.g. Wht is treated the same as WHT).
- ;
- ; If PSMENU detects that the user has a monochrome monitor, it will
- ; ignore any color settings and use a black and white color scheme.
- ;
- ;==========================================================================
- ;
- ; Default colors
- ;
- /DOS HSF=Wht HSB=Blk NSF=Cyn BXB=Blu BXF=Grn DTF=Brn DTB=Blu
- ;
- ;==========================================================================
- :START "SEE" by Pinnacle Software
- /DOS HSF=Yel HSB=Blk NSF=LtCyn BXB=Blu BXF=Cyn DTF=Grn DTB=Blu
- INFO ······· User manual for SEE
-
- NEW ········ What's new in this version
-
- EXAMPLES ··· Watch SEE in action
-
- LICENSING ·· Licensing information
-
-
- QUIT ······· Return to DOS
- ;
- ;==========================================================================
- :EXAMPLE2 SEE Demonstration
- INFO ········· Explanation of this demonstration
-
- COMMAND ······ Display the command we will perform
-
- DEMO ········· Perform the command
-
-
-
-
- QUIT ········· Return to previous menu
- ;
- ;==========================================================================
- :EXAMPLES Demonstration of SEE Parameters
- Example #1 ··· Demonstration of /F AND /M
- Example #2 ··· Demonstration of /K
- Example #3 ··· Demonstration of /O
- Example #4 ··· Demonstration of /U
- Example #5 ··· Demonstration of /X
- Example #6 ··· Demonstration of /N /Q AND /P
-
-
-
- QUIT ········· Return to main menu
- ;
- ;==========================================================================
- :MANUAL SEE User Manual
- ALL ········ View entire user manual
- TITLE ······ Title page
- OVERVIEW ··· An overview of the SEE manual
- INTRO ······ Introduction to SEE
- HOW ········ How to use SEE
- MACROS ····· Command-line macros
- HYPER ······ Hyperdocs
- CONFIG ····· Configuring SEE
- ERRORS ····· Error codes
- QUIT ······· Return to previous menu
- ;
- ;==========================================================================
- :LICENSE Licensing Information
- ORDER ······ View or print ordering information
-
- DISTRIB ···· Vendor and sysop information
-
-
-
-
-
-
- QUIT ······· Previous menu
-